home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HypertalkTools.cpt / Resource Copier / background_2808.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  96 lines

  1. -- background: 2808 from stack: in
  2. -- bmap block id: 3820
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=46 top=292 right=322 bottom=82
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1011 / 1011
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual dissolve
  23.   go home
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: 0001
  31. -- rect: left=451 top=295 right=322 bottom=480
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 27009 / 27009
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: prev
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual wipe left
  43.   go next card
  44.   put the number of this card into field page
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 5 (field)
  50. -- low flags: 01
  51. -- high flags: 0000
  52. -- rect: left=44 top=35 right=295 bottom=488
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 0
  56. -- font id: 3
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: text
  61.  
  62.  
  63. -- part 6 (button)
  64. -- low flags: 00
  65. -- high flags: 0001
  66. -- rect: left=398 top=295 right=322 bottom=427
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 9301 / 9301
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: prev
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   visual wipe right
  78.   go prev card
  79.   put the number of this card into field page
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 7 (field)
  85. -- low flags: 01
  86. -- high flags: 0000
  87. -- rect: left=426 top=301 right=318 bottom=452
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 3
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: page
  96.